home *** CD-ROM | disk | FTP | other *** search
/ Programmer Plus 2007 / Programmer-Plus-2007.iso / Programming / Report Writers / Crystal Repot 9.0 Full CD version / Setup.exe / SRC / HOARDDLL.ZIP / 3rdParty / hoard / libhoard-2.0.2 / blank.c < prev    next >
Encoding:
Text File  |  2001-11-30  |  245 b   |  10 lines

  1. /*
  2.  *
  3.  * This file is used to produce a null 64-bit Hoard.  Basically, just an empty
  4.  * shell of a shared library which is LD_PRELOAD'd into 64-bit apps.
  5.  */
  6.  
  7. void ThisLibraryDoesNothing_ItIsAPlaceHolderForFuture64BitApplications()
  8. {
  9. }
  10.